Html Css Color HEX #BDE846 Conifer

📋 copy color: '#BDE846'

red 189 ◦ green 232 ◦ blue 70

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

Shades of Conifer #BDE846

Tints of Conifer #BDE846

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.25%

 BLUE value IS 70 (27.73% from 255) = 14.26%

R = 38.49%
G = 47.25%
B = 14.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#BDE846 (or 0xBDE846) is known color: Conifer. HEX triplet: BD, E8 and 46. RGB value is (189,232,70). Sum of RGB (Red+Green+Blue) = 189+232+70=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE846 is #4217B9. Grayscale: #C9C9C9. Windows color (decimal): -4331450 or 4647101. OLE color: 4647101.

HSL color Cylindrical-coordinate representation of color #BDE846: hue angle of 75.93º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDE846 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 70 -
CMYK 0.19 0 0.70 0.09
HSL 75.93º 0.78% 0.59% -
HSV(B) 75.93º 0.7% 0.91% -
XYZ 50.95 68.97 16.42 -
YUV 200.68 54.25 119.67 -
System Red Green Blue C M Y K H S L
Decimal 189 232 70 0.19 0 0.70 0.09 75.93 0.78 0.59
Hex BD E8 46 13 0 46 9 4C 4E 3B
Octal 275 350 106 23 0 106 11 114 116 73
Binary 10111101 11101000 1000110 10011 0 1000110 1001 1001100 1001110 111011

Color Harmonies of #BDE846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE846

Black with #BDE846

Text Example


Text Example

White with #BDE846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE846; }

 p { color: rgb(189,232,70); }

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

background-color css

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

 a { background-color: rgb(189,232,70); }

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

border-color css

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

 span { border-color: rgb(189,232,70); }

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