Html Css Color HEX #BBED4B Conifer

📋 copy color: '#BBED4B'

red 187 ◦ green 237 ◦ blue 75

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

Shades of Conifer #BBED4B

Tints of Conifer #BBED4B

RGB

 RED value IS 187 (73.44% from 255) = 37.47%

 GREEN value IS 237 (92.97% from 255) = 47.49%

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

R = 37.47%
G = 47.49%
B = 15.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#BBED4B (or 0xBBED4B) is known color: Conifer. HEX triplet: BB, ED and 4B. RGB value is (187,237,75). Sum of RGB (Red+Green+Blue) = 187+237+75=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBED4B is #4412B4. Grayscale: #CCCCCC. Windows color (decimal): -4461237 or 4976059. OLE color: 4976059.

HSL color Cylindrical-coordinate representation of color #BBED4B: hue angle of 78.52º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBED4B is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 75 -
CMYK 0.21 0 0.68 0.07
HSL 78.52º 0.82% 0.61% -
HSV(B) 78.52º 0.68% 0.93% -
XYZ 52.05 71.64 17.74 -
YUV 203.58 55.44 116.17 -
System Red Green Blue C M Y K H S L
Decimal 187 237 75 0.21 0 0.68 0.07 78.52 0.82 0.61
Hex BB ED 4B 15 0 44 7 4F 52 3D
Octal 273 355 113 25 0 104 7 117 122 75
Binary 10111011 11101101 1001011 10101 0 1000100 111 1001111 1010010 111101

Color Harmonies of #BBED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBED4B

Black with #BBED4B

Text Example


Text Example

White with #BBED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBED4B; }

 p { color: rgb(187,237,75); }

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

background-color css

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

 a { background-color: rgb(187,237,75); }

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

border-color css

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

 span { border-color: rgb(187,237,75); }

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