Html Css Color HEX #BDE067 Conifer

📋 copy color: '#BDE067'

red 189 ◦ green 224 ◦ blue 103

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

Shades of Conifer #BDE067

Tints of Conifer #BDE067

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.41%

 BLUE value IS 103 (40.63% from 255) = 19.96%

R = 36.63%
G = 43.41%
B = 19.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#BDE067 (or 0xBDE067) is known color: Conifer. HEX triplet: BD, E0 and 67. RGB value is (189,224,103). Sum of RGB (Red+Green+Blue) = 189+224+103=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE067 is #421F98. Grayscale: #C8C8C8. Windows color (decimal): -4333465 or 6807741. OLE color: 6807741.

HSL color Cylindrical-coordinate representation of color #BDE067: hue angle of 77.36º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDE067 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 103 -
CMYK 0.16 0 0.54 0.12
HSL 77.36º 0.66% 0.64% -
HSV(B) 77.36º 0.54% 0.88% -
XYZ 50.09 65.11 22.76 -
YUV 199.74 73.4 120.34 -
System Red Green Blue C M Y K H S L
Decimal 189 224 103 0.16 0 0.54 0.12 77.36 0.66 0.64
Hex BD E0 67 10 0 36 C 4D 42 40
Octal 275 340 147 20 0 66 14 115 102 100
Binary 10111101 11100000 1100111 10000 0 110110 1100 1001101 1000010 1000000

Color Harmonies of #BDE067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE067

Black with #BDE067

Text Example


Text Example

White with #BDE067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE067; }

 p { color: rgb(189,224,103); }

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

background-color css

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

 a { background-color: rgb(189,224,103); }

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

border-color css

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

 span { border-color: rgb(189,224,103); }

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