Html Css Color HEX #BDCB41 Celery

📋 copy color: '#BDCB41'

red 189 ◦ green 203 ◦ blue 65

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

Shades of Celery #BDCB41

Tints of Celery #BDCB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.22%

R = 41.36%
G = 44.42%
B = 14.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#BDCB41 (or 0xBDCB41) is known color: Celery. HEX triplet: BD, CB and 41. RGB value is (189,203,65). Sum of RGB (Red+Green+Blue) = 189+203+65=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB41 is #4234BE. Grayscale: #B7B7B7. Windows color (decimal): -4338879 or 4311997. OLE color: 4311997.

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

Color convert

RGB 189 203 65 -
CMYK 0.07 0 0.68 0.20
HSL 66.09º 0.57% 0.53% -
HSV(B) 66.09º 0.68% 0.8% -
XYZ 43.3 53.91 13.13 -
YUV 183.08 61.36 132.22 -
System Red Green Blue C M Y K H S L
Decimal 189 203 65 0.07 0 0.68 0.20 66.09 0.57 0.53
Hex BD CB 41 7 0 44 14 42 39 35
Octal 275 313 101 7 0 104 24 102 71 65
Binary 10111101 11001011 1000001 111 0 1000100 10100 1000010 111001 110101

Color Harmonies of #BDCB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB41

Black with #BDCB41

Text Example


Text Example

White with #BDCB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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