Html Css Color HEX #CBBE28 Barberry

📋 copy color: '#CBBE28'

red 203 ◦ green 190 ◦ blue 40

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

Shades of Barberry #CBBE28

Tints of Barberry #CBBE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.88%

 BLUE value IS 40 (16.02% from 255) = 9.24%

R = 46.88%
G = 43.88%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBBE28 (or 0xCBBE28) is known color: Barberry. HEX triplet: CB, BE and 28. RGB value is (203,190,40). Sum of RGB (Red+Green+Blue) = 203+190+40=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE28 is #3441D7. Grayscale: #B1B1B1. Windows color (decimal): -3424728 or 2670283. OLE color: 2670283.

HSL color Cylindrical-coordinate representation of color #CBBE28: hue angle of 55.21º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBBE28 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 190 40 -
CMYK 0 0.06 0.80 0.20
HSL 55.21º 0.67% 0.48% -
HSV(B) 55.21º 0.8% 0.8% -
XYZ 43.43 49.68 9.31 -
YUV 176.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 203 190 40 0 0.06 0.80 0.20 55.21 0.67 0.48
Hex CB BE 28 0 6 50 14 37 43 30
Octal 313 276 50 0 6 120 24 67 103 60
Binary 11001011 10111110 101000 0 110 1010000 10100 110111 1000011 110000

Color Harmonies of #CBBE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE28

Black with #CBBE28

Text Example


Text Example

White with #CBBE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE28; }

 p { color: rgb(203,190,40); }

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

background-color css

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

 a { background-color: rgb(203,190,40); }

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

border-color css

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

 span { border-color: rgb(203,190,40); }

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