Html Css Color HEX #CBBC25 Barberry

📋 copy color: '#CBBC25'

red 203 ◦ green 188 ◦ blue 37

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

Shades of Barberry #CBBC25

Tints of Barberry #CBBC25

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.93%

 BLUE value IS 37 (14.84% from 255) = 8.64%

R = 47.43%
G = 43.93%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBBC25 (or 0xCBBC25) is known color: Barberry. HEX triplet: CB, BC and 25. RGB value is (203,188,37). Sum of RGB (Red+Green+Blue) = 203+188+37=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC25 is #3443DA. Grayscale: #AFAFAF. Windows color (decimal): -3425243 or 2473163. OLE color: 2473163.

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

Color convert

RGB 203 188 37 -
CMYK 0 0.07 0.82 0.20
HSL 54.58º 0.69% 0.47% -
HSV(B) 54.58º 0.82% 0.8% -
XYZ 42.95 48.8 8.91 -
YUV 175.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 203 188 37 0 0.07 0.82 0.20 54.58 0.69 0.47
Hex CB BC 25 0 7 52 14 37 45 2F
Octal 313 274 45 0 7 122 24 67 105 57
Binary 11001011 10111100 100101 0 111 1010010 10100 110111 1000101 101111

Color Harmonies of #CBBC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC25

Black with #CBBC25

Text Example


Text Example

White with #CBBC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC25; }

 p { color: rgb(203,188,37); }

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

background-color css

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

 a { background-color: rgb(203,188,37); }

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

border-color css

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

 span { border-color: rgb(203,188,37); }

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