Html Css Color HEX #BAFB5D Conifer

📋 copy color: '#BAFB5D'

red 186 ◦ green 251 ◦ blue 93

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

Shades of Conifer #BAFB5D

Tints of Conifer #BAFB5D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.36%

 BLUE value IS 93 (36.72% from 255) = 17.55%

R = 35.09%
G = 47.36%
B = 17.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#BAFB5D (or 0xBAFB5D) is known color: Conifer. HEX triplet: BA, FB and 5D. RGB value is (186,251,93). Sum of RGB (Red+Green+Blue) = 186+251+93=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFB5D is #4504A2. Grayscale: #D6D6D6. Windows color (decimal): -4523171 or 6159290. OLE color: 6159290.

HSL color Cylindrical-coordinate representation of color #BAFB5D: hue angle of 84.68º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAFB5D is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 251 93 -
CMYK 0.26 0 0.63 0.02
HSL 84.68º 0.95% 0.67% -
HSV(B) 84.68º 0.63% 0.98% -
XYZ 56.72 80.22 22.85 -
YUV 213.55 59.97 108.35 -
System Red Green Blue C M Y K H S L
Decimal 186 251 93 0.26 0 0.63 0.02 84.68 0.95 0.67
Hex BA FB 5D 1A 0 3F 2 55 5F 43
Octal 272 373 135 32 0 77 2 125 137 103
Binary 10111010 11111011 1011101 11010 0 111111 10 1010101 1011111 1000011

Color Harmonies of #BAFB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFB5D

Black with #BAFB5D

Text Example


Text Example

White with #BAFB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFB5D; }

 p { color: rgb(186,251,93); }

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

background-color css

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

 a { background-color: rgb(186,251,93); }

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

border-color css

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

 span { border-color: rgb(186,251,93); }

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