Html Css Color HEX #BDCF4B Celery

📋 copy color: '#BDCF4B'

red 189 ◦ green 207 ◦ blue 75

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

Shades of Celery #BDCF4B

Tints of Celery #BDCF4B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 75 (29.69% from 255) = 15.92%

R = 40.13%
G = 43.95%
B = 15.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#BDCF4B (or 0xBDCF4B) is known color: Celery. HEX triplet: BD, CF and 4B. RGB value is (189,207,75). Sum of RGB (Red+Green+Blue) = 189+207+75=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF4B is #4230B4. Grayscale: #BBBBBB. Windows color (decimal): -4337845 or 4968381. OLE color: 4968381.

HSL color Cylindrical-coordinate representation of color #BDCF4B: hue angle of 68.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDCF4B is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 75 -
CMYK 0.09 0 0.64 0.19
HSL 68.18º 0.58% 0.55% -
HSV(B) 68.18º 0.64% 0.81% -
XYZ 44.57 55.95 15.11 -
YUV 186.57 65.04 129.73 -
System Red Green Blue C M Y K H S L
Decimal 189 207 75 0.09 0 0.64 0.19 68.18 0.58 0.55
Hex BD CF 4B 9 0 40 13 44 3A 37
Octal 275 317 113 11 0 100 23 104 72 67
Binary 10111101 11001111 1001011 1001 0 1000000 10011 1000100 111010 110111

Color Harmonies of #BDCF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF4B

Black with #BDCF4B

Text Example


Text Example

White with #BDCF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF4B; }

 p { color: rgb(189,207,75); }

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

background-color css

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

 a { background-color: rgb(189,207,75); }

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

border-color css

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

 span { border-color: rgb(189,207,75); }

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