Html Css Color HEX #CBD020 Barberry

📋 copy color: '#CBD020'

red 203 ◦ green 208 ◦ blue 32

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

Shades of Barberry #CBD020

Tints of Barberry #CBD020

RGB

 RED value IS 203 (79.69% from 255) = 45.82%

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 32 (12.89% from 255) = 7.22%

R = 45.82%
G = 46.95%
B = 7.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#CBD020 (or 0xCBD020) is known color: Barberry. HEX triplet: CB, D0 and 20. RGB value is (203,208,32). Sum of RGB (Red+Green+Blue) = 203+208+32=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD020 is #342FDF. Grayscale: #BBBBBB. Windows color (decimal): -3420128 or 2150603. OLE color: 2150603.

HSL color Cylindrical-coordinate representation of color #CBD020: hue angle of 61.7º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBD020 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 208 32 -
CMYK 0.02 0 0.85 0.18
HSL 61.7º 0.73% 0.47% -
HSV(B) 61.7º 0.85% 0.82% -
XYZ 47.45 57.91 10.04 -
YUV 186.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 203 208 32 0.02 0 0.85 0.18 61.7 0.73 0.47
Hex CB D0 20 2 0 55 12 3E 49 2F
Octal 313 320 40 2 0 125 22 76 111 57
Binary 11001011 11010000 100000 10 0 1010101 10010 111110 1001001 101111

Color Harmonies of #CBD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD020

Black with #CBD020

Text Example


Text Example

White with #CBD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD020; }

 p { color: rgb(203,208,32); }

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

background-color css

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

 a { background-color: rgb(203,208,32); }

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

border-color css

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

 span { border-color: rgb(203,208,32); }

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