Html Css Color HEX #BDEA5A Conifer

📋 copy color: '#BDEA5A'

red 189 ◦ green 234 ◦ blue 90

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

Shades of Conifer #BDEA5A

Tints of Conifer #BDEA5A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.61%

 BLUE value IS 90 (35.55% from 255) = 17.54%

R = 36.84%
G = 45.61%
B = 17.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#BDEA5A (or 0xBDEA5A) is known color: Conifer. HEX triplet: BD, EA and 5A. RGB value is (189,234,90). Sum of RGB (Red+Green+Blue) = 189+234+90=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA5A is #4215A5. Grayscale: #CCCCCC. Windows color (decimal): -4330918 or 5958333. OLE color: 5958333.

HSL color Cylindrical-coordinate representation of color #BDEA5A: hue angle of 78.75º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDEA5A is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 90 -
CMYK 0.19 0 0.62 0.08
HSL 78.75º 0.77% 0.64% -
HSV(B) 78.75º 0.62% 0.92% -
XYZ 52.25 70.4 20.51 -
YUV 204.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 189 234 90 0.19 0 0.62 0.08 78.75 0.77 0.64
Hex BD EA 5A 13 0 3E 8 4F 4D 40
Octal 275 352 132 23 0 76 10 117 115 100
Binary 10111101 11101010 1011010 10011 0 111110 1000 1001111 1001101 1000000

Color Harmonies of #BDEA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA5A

Black with #BDEA5A

Text Example


Text Example

White with #BDEA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA5A; }

 p { color: rgb(189,234,90); }

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

background-color css

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

 a { background-color: rgb(189,234,90); }

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

border-color css

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

 span { border-color: rgb(189,234,90); }

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