Html Css Color HEX #BAF64B Conifer

📋 copy color: '#BAF64B'

red 186 ◦ green 246 ◦ blue 75

#BAF64B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BAF64B

Tints of Conifer #BAF64B

RGB

 RED value IS 186 (73.05% from 255) = 36.69%

 GREEN value IS 246 (96.48% from 255) = 48.52%

 BLUE value IS 75 (29.69% from 255) = 14.79%

R = 36.69%
G = 48.52%
B = 14.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAF64B (or 0xBAF64B) is known color: Conifer. HEX triplet: BA, F6 and 4B. RGB value is (186,246,75). Sum of RGB (Red+Green+Blue) = 186+246+75=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF64B is #4509B4. Grayscale: #D1D1D1. Windows color (decimal): -4524469 or 4978362. OLE color: 4978362.

HSL color Cylindrical-coordinate representation of color #BAF64B: hue angle of 81.05º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF64B is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 75 -
CMYK 0.24 0 0.70 0.04
HSL 81.05º 0.9% 0.63% -
HSV(B) 81.05º 0.7% 0.96% -
XYZ 54.48 76.86 18.62 -
YUV 208.57 52.62 111.9 -
System Red Green Blue C M Y K H S L
Decimal 186 246 75 0.24 0 0.70 0.04 81.05 0.9 0.63
Hex BA F6 4B 18 0 46 4 51 5A 3F
Octal 272 366 113 30 0 106 4 121 132 77
Binary 10111010 11110110 1001011 11000 0 1000110 100 1010001 1011010 111111

Color Harmonies of #BAF64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF64B

Black with #BAF64B

Text Example


Text Example

White with #BAF64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF64B; }

 p { color: rgb(186,246,75); }

 H1.HeaderClassName
 {
   color: #BAF64B;
 }
 .AnyTagClassName
 {
   color: #BAF64B;
 }
</style>

background-color css

<style>
 a { background-color: #BAF64B; }

 a { background-color: rgb(186,246,75); }

 div.DivClassName
 {
   background-color: #BAF64B;
 }
 .BgClassName
 {
   background-color: #BAF64B;
 }
</style>

border-color css

<style>
 span { border-color: #BAF64B; }

 span { border-color: rgb(186,246,75); }

 td.TdClassName
 {
   border-color: #BAF64B;
 }
 .TagClassName
 {
   border-color: #BAF64B;
 }
</style>