Html Css Color HEX #BDCB4A Celery

📋 copy color: '#BDCB4A'

red 189 ◦ green 203 ◦ blue 74

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

Shades of Celery #BDCB4A

Tints of Celery #BDCB4A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.56%

 BLUE value IS 74 (29.3% from 255) = 15.88%

R = 40.56%
G = 43.56%
B = 15.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#BDCB4A (or 0xBDCB4A) is known color: Celery. HEX triplet: BD, CB and 4A. RGB value is (189,203,74). Sum of RGB (Red+Green+Blue) = 189+203+74=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB4A is #4234B5. Grayscale: #B8B8B8. Windows color (decimal): -4338870 or 4901821. OLE color: 4901821.

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

Color convert

RGB 189 203 74 -
CMYK 0.07 0 0.64 0.20
HSL 66.51º 0.55% 0.54% -
HSV(B) 66.51º 0.64% 0.8% -
XYZ 43.58 54.03 14.61 -
YUV 184.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 189 203 74 0.07 0 0.64 0.20 66.51 0.55 0.54
Hex BD CB 4A 7 0 40 14 43 37 36
Octal 275 313 112 7 0 100 24 103 67 66
Binary 10111101 11001011 1001010 111 0 1000000 10100 1000011 110111 110110

Color Harmonies of #BDCB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB4A

Black with #BDCB4A

Text Example


Text Example

White with #BDCB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB4A; }

 p { color: rgb(189,203,74); }

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

background-color css

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

 a { background-color: rgb(189,203,74); }

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

border-color css

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

 span { border-color: rgb(189,203,74); }

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