Html Css Color HEX #BDED5B Conifer

📋 copy color: '#BDED5B'

red 189 ◦ green 237 ◦ blue 91

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

Shades of Conifer #BDED5B

Tints of Conifer #BDED5B

RGB

 RED value IS 189 (74.22% from 255) = 36.56%

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

 BLUE value IS 91 (35.94% from 255) = 17.6%

R = 36.56%
G = 45.84%
B = 17.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#BDED5B (or 0xBDED5B) is known color: Conifer. HEX triplet: BD, ED and 5B. RGB value is (189,237,91). Sum of RGB (Red+Green+Blue) = 189+237+91=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED5B is #4212A4. Grayscale: #CECECE. Windows color (decimal): -4330149 or 6024637. OLE color: 6024637.

HSL color Cylindrical-coordinate representation of color #BDED5B: hue angle of 79.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDED5B is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 91 -
CMYK 0.20 0 0.62 0.07
HSL 79.73º 0.8% 0.64% -
HSV(B) 79.73º 0.62% 0.93% -
XYZ 53.16 72.14 21.02 -
YUV 206 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 189 237 91 0.20 0 0.62 0.07 79.73 0.8 0.64
Hex BD ED 5B 14 0 3E 7 50 50 40
Octal 275 355 133 24 0 76 7 120 120 100
Binary 10111101 11101101 1011011 10100 0 111110 111 1010000 1010000 1000000

Color Harmonies of #BDED5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDED5B

Black with #BDED5B

Text Example


Text Example

White with #BDED5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDED5B; }

 p { color: rgb(189,237,91); }

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

background-color css

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

 a { background-color: rgb(189,237,91); }

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

border-color css

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

 span { border-color: rgb(189,237,91); }

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